home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Faktury Express 5.94 PL - pelna wersja specjalna / setup.exe / {app} / Faktury5,2.exe / 0 / RCDATA / TFORM_ADMINISTRACJA / TFORM_ADMINISTRACJA.txt
Text File  |  2007-10-19  |  32KB  |  1,038 lines

  1. object Form_Administracja: TForm_Administracja
  2.   Left = 242
  3.   Top = 93
  4.   BorderStyle = bsDialog
  5.   Caption = 'Administracja'
  6.   ClientHeight = 551
  7.   ClientWidth = 592
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnMouseMove = FormMouseMove
  20.   OnPaint = FormPaint
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object GroupBox2: TGroupBox
  25.     Left = 16
  26.     Top = 170
  27.     Width = 560
  28.     Height = 71
  29.     Caption = 'Dodatkowy tekst, uwagi'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 1
  37.     object Label7: TLabel
  38.       Left = 15
  39.       Top = 16
  40.       Width = 83
  41.       Height = 13
  42.       Caption = 'Dodatkowy tekst:'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clBlack
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.     end
  50.     object Label2: TLabel
  51.       Left = 295
  52.       Top = 16
  53.       Width = 163
  54.       Height = 13
  55.       Caption = 'Alternetywne Miejsce Wystawienia'
  56.     end
  57.     object Edit3: TEdit
  58.       Left = 15
  59.       Top = 28
  60.       Width = 250
  61.       Height = 21
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 0
  69.     end
  70.     object checkMiejscAlt: TCheckBox
  71.       Left = 295
  72.       Top = 48
  73.       Width = 145
  74.       Height = 17
  75.       Caption = 'Umieszczaj na wydruku'
  76.       TabOrder = 1
  77.       OnClick = checkMiejscAltClick
  78.     end
  79.     object MiejsceWyst: TEdit
  80.       Left = 295
  81.       Top = 28
  82.       Width = 250
  83.       Height = 21
  84.       TabOrder = 2
  85.     end
  86.   end
  87.   object btnOk: TPanel
  88.     Left = 304
  89.     Top = 520
  90.     Width = 121
  91.     Height = 25
  92.     BevelOuter = bvNone
  93.     Caption = 'ok'
  94.     Color = 8257541
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clWhite
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.     TabOrder = 2
  102.     OnClick = btnOkClick
  103.   end
  104.   object btnAnuluj: TPanel
  105.     Left = 440
  106.     Top = 520
  107.     Width = 121
  108.     Height = 25
  109.     BevelOuter = bvNone
  110.     Caption = 'anuluj'
  111.     Color = 8257541
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clWhite
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.     TabOrder = 3
  119.     OnClick = btnAnulujClick
  120.   end
  121.   object GroupBox1: TGroupBox
  122.     Left = 16
  123.     Top = 0
  124.     Width = 560
  125.     Height = 169
  126.     Caption = 'Numeracja faktur'
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clBlack
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     TabOrder = 0
  134.     object Label3: TLabel
  135.       Left = 112
  136.       Top = 16
  137.       Width = 89
  138.       Height = 13
  139.       Caption = '#N - kolejny numer'
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clBlack
  142.       Font.Height = -11
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = []
  145.       ParentFont = False
  146.     end
  147.     object Label4: TLabel
  148.       Left = 212
  149.       Top = 16
  150.       Width = 93
  151.       Height = 13
  152.       Caption = '#D - dzie∩┐╜ miesi∩┐╜ca'
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clBlack
  155.       Font.Height = -11
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       ParentFont = False
  159.     end
  160.     object Label5: TLabel
  161.       Left = 317
  162.       Top = 16
  163.       Width = 60
  164.       Height = 13
  165.       Caption = '#M - miesi∩┐╜c'
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clBlack
  168.       Font.Height = -11
  169.       Font.Name = 'MS Sans Serif'
  170.       Font.Style = []
  171.       ParentFont = False
  172.     end
  173.     object Label6: TLabel
  174.       Left = 387
  175.       Top = 16
  176.       Width = 38
  177.       Height = 13
  178.       Caption = '#Y - rok'
  179.       Font.Charset = DEFAULT_CHARSET
  180.       Font.Color = clBlack
  181.       Font.Height = -11
  182.       Font.Name = 'MS Sans Serif'
  183.       Font.Style = []
  184.       ParentFont = False
  185.     end
  186.     object Label8: TLabel
  187.       Left = 19
  188.       Top = 24
  189.       Width = 78
  190.       Height = 13
  191.       Caption = 'Znaki specjalne:'
  192.     end
  193.     object Label9: TLabel
  194.       Left = 111
  195.       Top = 32
  196.       Width = 314
  197.       Height = 13
  198.       Caption = 
  199.         'Ilo∩┐╜∩┐╜ powtorze∩┐╜ znaku specjalnego po znaku '#39'#'#39' oznacza ilo∩┐╜∩┐╜ cyf' +
  200.         'r'
  201.       Font.Charset = DEFAULT_CHARSET
  202.       Font.Color = clBlack
  203.       Font.Height = -11
  204.       Font.Name = 'MS Sans Serif'
  205.       Font.Style = []
  206.       ParentFont = False
  207.     end
  208.     object checkNowaNum: TCheckBox
  209.       Left = 15
  210.       Top = 144
  211.       Width = 161
  212.       Height = 17
  213.       Caption = 'Nowa numeracja w miesi∩┐╜cu'
  214.       TabOrder = 0
  215.       OnClick = checkNowaNumClick
  216.     end
  217.     object DBGrid_Numeracje: TDBGrid
  218.       Left = 15
  219.       Top = 48
  220.       Width = 530
  221.       Height = 89
  222.       FixedColor = 8257541
  223.       Font.Charset = DEFAULT_CHARSET
  224.       Font.Color = clBlack
  225.       Font.Height = -11
  226.       Font.Name = 'MS Sans Serif'
  227.       Font.Style = []
  228.       ParentFont = False
  229.       TabOrder = 1
  230.       TitleFont.Charset = DEFAULT_CHARSET
  231.       TitleFont.Color = clWhite
  232.       TitleFont.Height = -11
  233.       TitleFont.Name = 'MS Sans Serif'
  234.       TitleFont.Style = []
  235.       Columns = <
  236.         item
  237.           Expanded = False
  238.           FieldName = 'Id_numeracji'
  239.           Title.Caption = 'Identyfikator'
  240.           Width = 70
  241.           Visible = True
  242.         end
  243.         item
  244.           Expanded = False
  245.           FieldName = 'Format'
  246.           Title.Caption = 'Format '
  247.           Width = 116
  248.           Visible = True
  249.         end
  250.         item
  251.           Expanded = False
  252.           FieldName = 'Aktualny_numer'
  253.           Title.Caption = 'Aktualny nr'
  254.           Width = 61
  255.           Visible = True
  256.         end
  257.         item
  258.           Expanded = False
  259.           FieldName = 'NrFakturyPr'
  260.           Title.Caption = 'Nr faktury pro-forma'
  261.           Visible = True
  262.         end
  263.         item
  264.           Expanded = False
  265.           FieldName = 'NrFakturyExpo'
  266.           Title.Caption = 'Nr faktury invo.'
  267.           Width = 81
  268.           Visible = True
  269.         end
  270.         item
  271.           Expanded = False
  272.           FieldName = 'NrFakturyZal'
  273.           Title.Caption = 'Nr faktury zal.'
  274.           Visible = True
  275.         end
  276.         item
  277.           Expanded = False
  278.           FieldName = 'NrFakturyKor'
  279.           Title.Caption = 'Nr faktury koryg.'
  280.           Width = 86
  281.           Visible = True
  282.         end
  283.         item
  284.           Expanded = False
  285.           FieldName = 'NrNotyKor'
  286.           Title.Caption = 'Nr noty koryguj∩┐╜cej'
  287.           Visible = True
  288.         end>
  289.     end
  290.     object DBNavigator1: TDBNavigator
  291.       Left = 344
  292.       Top = 143
  293.       Width = 200
  294.       Height = 18
  295.       Flat = True
  296.       Hints.Strings = (
  297.         'Przejd∩┐╜ do pierwszego rekordu'
  298.         'Wybierz rekord poprzedni'
  299.         'Wybierz rekord nast∩┐╜pny'
  300.         'Przejd∩┐╜ do ostatniego rekordu'
  301.         'Wstaw rekord'
  302.         'Skasuj rekord'
  303.         'Edytuj rekord'
  304.         'Zatwierd∩┐╜ zmiany'
  305.         'Wycofaj zmiany'
  306.         'Od∩┐╜wie∩┐╜ dane')
  307.       ParentShowHint = False
  308.       ShowHint = True
  309.       TabOrder = 2
  310.     end
  311.   end
  312.   object GroupBox3: TGroupBox
  313.     Left = 16
  314.     Top = 246
  315.     Width = 560
  316.     Height = 267
  317.     Caption = 'Og∩┐╜lne'
  318.     TabOrder = 4
  319.     object Label10: TLabel
  320.       Left = 240
  321.       Top = 14
  322.       Width = 98
  323.       Height = 13
  324.       Caption = 'Wydruk na papierze:'
  325.       Font.Charset = DEFAULT_CHARSET
  326.       Font.Color = clBlack
  327.       Font.Height = -11
  328.       Font.Name = 'MS Sans Serif'
  329.       Font.Style = []
  330.       ParentFont = False
  331.     end
  332.     object Image1: TImage
  333.       Left = 16
  334.       Top = 16
  335.       Width = 200
  336.       Height = 100
  337.       Hint = 'plik graficzny BMP'
  338.       Center = True
  339.       IncrementalDisplay = True
  340.       ParentShowHint = False
  341.       ShowHint = True
  342.     end
  343.     object Label14: TLabel
  344.       Left = 306
  345.       Top = 2
  346.       Width = 82
  347.       Height = 13
  348.       Caption = '(nazwa ulicy, wsi)'
  349.       Font.Charset = DEFAULT_CHARSET
  350.       Font.Color = clBlack
  351.       Font.Height = -11
  352.       Font.Name = 'MS Sans Serif'
  353.       Font.Style = []
  354.       ParentFont = False
  355.       Visible = False
  356.     end
  357.     object Label15: TLabel
  358.       Left = 152
  359.       Top = 128
  360.       Width = 77
  361.       Height = 13
  362.       Caption = 'Spos∩┐╜b wysy∩┐╜ki:'
  363.     end
  364.     object Label25: TLabel
  365.       Left = 512
  366.       Top = 43
  367.       Width = 76
  368.       Height = 13
  369.       Caption = 'Symbol Waluty :'
  370.       Visible = False
  371.     end
  372.     object Label27: TLabel
  373.       Left = 240
  374.       Top = 96
  375.       Width = 81
  376.       Height = 25
  377.       AutoSize = False
  378.       Caption = 'Rozmiar czcionki na fakturze:'
  379.       WordWrap = True
  380.     end
  381.     object Label30: TLabel
  382.       Left = 240
  383.       Top = 68
  384.       Width = 54
  385.       Height = 26
  386.       Caption = 'Miejsca po przecinku'
  387.       WordWrap = True
  388.     end
  389.     object Shape2: TShape
  390.       Left = 14
  391.       Top = 182
  392.       Width = 125
  393.       Height = 29
  394.       Shape = stRoundRect
  395.       Visible = False
  396.     end
  397.     object Shape1: TShape
  398.       Left = 46
  399.       Top = 46
  400.       Width = 125
  401.       Height = 29
  402.       Shape = stRoundRect
  403.       Visible = False
  404.     end
  405.     object Shape3: TShape
  406.       Left = 101
  407.       Top = 78
  408.       Width = 125
  409.       Height = 29
  410.       Shape = stRoundRect
  411.       Visible = False
  412.     end
  413.     object Shape4: TShape
  414.       Left = 13
  415.       Top = 222
  416.       Width = 125
  417.       Height = 29
  418.       Shape = stRoundRect
  419.     end
  420.     object Shape5: TShape
  421.       Left = 14
  422.       Top = 138
  423.       Width = 125
  424.       Height = 29
  425.       Shape = stRoundRect
  426.     end
  427.     object btnDodajPoz: TSpeedButton
  428.       Left = 288
  429.       Top = 141
  430.       Width = 30
  431.       Height = 25
  432.       Hint = 'Dodaj pozycj∩┐╜'
  433.       Anchors = [akLeft, akBottom]
  434.       Flat = True
  435.       Glyph.Data = {
  436.         F6060000424DF606000000000000360000002800000018000000180000000100
  437.         180000000000C0060000120B0000120B00000000000000000000C8D0D4C8D0D4
  438.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C7CFD3C5CDD1C1C9CDB8C0C3ADB3B79DA3
  439.         A6858B8D84898CBEC5C9C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  440.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4B7BEC2858B8D7A726E886450
  441.         AC6332C56B19D2730AE29D3DBD9574ABB2B5C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  442.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C3CACDCD7A26D7
  443.         7503D87400D87400DA7C0BE0A43EE4B245E4BE93D7C8BDA0A6AAC8D0D4C8D0D4
  444.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  445.         D4C8C9C8E2AE48F6E5C3FAEED3FDF4DEFFF6DEFFF4DAFBEECBE2B37EE5D4CB97
  446.         9DA0C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  447.         C8D0D4C8D0D4C8D0D4C8CFD2DBAD56FDF4D4FBF1DCFBF1DDFAF1DDFAF0D8F9EC
  448.         C7DDA357E8D8CD8C9194C7CFD3C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  449.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4CF954CF9EBC1F8EED3F9F0DC
  450.         F9EFDBF6EAC8F7E9BCDC9D3EF1DFD37E8386C6CED2C8D0D4C8D0D4C8D0D4C8D0
  451.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4CBA074F5
  452.         E5B2F3E1A4F4E5BBF3E5BAF1E0A1F4E6AFDD9B2FF2DFD4737779C5CDD1C8D0D4
  453.         C8D0D4C8D0D4C7CFD3C7CFD3C7CFD3C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C7CF
  454.         D3C7CFD3C5B2A0F2DEA9EFDB82EEDC8DEEDB85EEDC8DF1E1A1DFAA3AF3DFD467
  455.         6C6FA9B0B4A5ABAF9EA5A89AA0A38F9497878C8F878C8FB2B9BDC8D0D4C8D0D4
  456.         C3CACEA7AEB1949A9D888D90727679E9CD89EEDD8EECD988EBD674EEDC99F0E3
  457.         ACE1B749E6C3A6B7601BBF6720C96E16CB6D11D1720CD67507D97705D07A1C92
  458.         989BC8D0D4C7CED2B17F5DCE7112D2730AD77605D36F02E0AD42F1E4B7EEDDA1
  459.         EAD672EEDFAAF3E7C5E5C567D26C00D36E00D67200D67200D67200D88009DB8E
  460.         22D67200E3C29F909699C8D0D4C7CACCDE9D31E4BE6AE4C382E7CA94E7CB96EB
  461.         D6ABF4EBD1EFDFADEBD66CEDDB91F4EBD1F4EACEF1E5C5F3E9CBF4ECCFF5ECD2
  462.         F5ECD0F5EBCCF7F0D1DC9A22EAD3C6909598C8D0D4C8D0D4D8B775F6EED0F6EE
  463.         D6F6EED7F5EDD4F5ECD6F4EBD4EDDB90EAD567EAD56EEFE1B2F5ECD6F5EDD7F5
  464.         ECD7F5EDD7F5EDD7F5ECD7F4EAD3F3E8C3DA9417EAD3C5909598C8D0D4C8D0D4
  465.         C9A172F0E2A2F1E5C2F4E9CFF3E8CCF1E4BFEEDC97ECD874EDD872ECD874ECD7
  466.         75EDDB8EF0E1B3F1E5C2F2E6C7F2E6C7F1E4BEEEDD9FEFE0A3DB971EEAD3C590
  467.         9598C8D0D4C8D0D4C6B4A3EED98BEAD34FECD880ECD982EDD874EDD86CEED975
  468.         EFDB7CEFDB80EEDA79EED86EEDD768EDD875ECD87BECD87CEAD463EAD351EFDF
  469.         9DDC9B24EAD2C4909598C8D0D4C8D0D4C7C9C8E8D18BF3E7C3FBF6ECFCF7EEFB
  470.         F7ECF7EFDAF2E19EF1DE86F1DE8AF1DD83F3E4B8F8F0DEF9F3E6F9F3E6F8F2E5
  471.         F6EEDCEFE0B0EEDD91DDA122E9D1C1909598C8D0D4C8D0D4C8D0D3DAB462F4E6
  472.         CAFCF3ECFCF5EFFAF4EAF7EDD7F6E7B3F4E090F4E193F4E199F7ECCDFCF6E8FF
  473.         FFF7FFFFFFFFFFFFFFFFFFFFFFFCF4EAC5DFAD34EDD9CD989EA1C8D0D4C8D0D4
  474.         C8D0D4C9CAC7C0BCBABEB9B4C2B6ACCAB7A1CE893EF9E9B5F6E294F6E39BF6E2
  475.         94F7E6A6E0AA34E4B977C77F2AD1A156D4A963D3A659DCAD45DA9D35D7D7D7C1
  476.         C9CDC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C7A27EFAECC0
  477.         F7E49EF8E5A2F7E49EF9E8ABE6C26CF3E1D96D7578C5CDD1C8D0D4C8D0D4C8D0
  478.         D3C6CDD1C7CFD3C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  479.         D0D4C7B9A9F7E6BCFAE8A2FAE7A6F9E6A3FBE9A8EACB82F3DED36E7172C3CACE
  480.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  481.         D4C8D0D4C8D0D4C8D0D4C7C6C4EED7A1FDEBABFCEFD1FCEFCEFCEAA6F1D99EF0
  482.         D8CB8D8683BFC7CBC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  483.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8CFD2E2C279FFF8DFFFFFFFFFFF
  484.         FFFFF7E0F7E4B4EED3C2989694C2C9CDC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  485.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4CEB389
  486.         D1B17DD3B690E0CAB8ECD8C2F3D89CF2DCCCA6ACAFC7CFD3C8D0D4C8D0D4C8D0
  487.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  488.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C7CFD3C6CED2C0C4C5C5CACCC7CFD3C8D0D4
  489.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  490.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  491.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4}
  492.       ParentShowHint = False
  493.       ShowHint = True
  494.       OnClick = btnDodajPozClick
  495.     end
  496.     object btnUsunPoz: TSpeedButton
  497.       Left = 316
  498.       Top = 141
  499.       Width = 30
  500.       Height = 25
  501.       Hint = 'Usu∩┐╜ pozycj∩┐╜'
  502.       Anchors = [akLeft, akBottom]
  503.       Flat = True
  504.       Glyph.Data = {
  505.         F6060000424DF606000000000000360000002800000018000000180000000100
  506.         180000000000C0060000120B0000120B00000000000000000000C8D0D4C8D0D4
  507.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  508.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  509.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  510.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  511.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  512.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  513.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  514.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  515.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  516.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  517.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  518.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  519.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  520.         D4C7CFD3C7CFD3C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C7CFD3C7CFD3C7CFD3C6
  521.         CED2C5CDD1C5CDD1C3CACEC0C8CCBFC7CBBCC4C8B7BEC2B4BCBFB3BABEA9B0B4
  522.         A5ABAFA3AAAD989EA1909699909699AEB5B9C8D0D4C8D0D4C4CCD0A8AFB29399
  523.         9B868B8E8187897B7B7B7675727E746EA17C62A67A56AA7A54CC944AD39A40D4
  524.         9A3CE0AE3BE9B82FE9B82AECBB20F4C414F5BF0FF3C939909699C8D0D4C8D0D4
  525.         CDA76FEDB914F6C307F7C610F8C70EFACA0CFAC908FAC90BFAC808F9C706F9C7
  526.         08F9C708F9C70BF8C20EF8C419F8C724F8C82AF8C724F8CA4CF7C41FF7DFBC90
  527.         9598C8D0D4C8D0D3F0CC60FCDFC2FBE1C8FCE1CCFDE1CCFDE1CFFDE3D4FDE5D9
  528.         FEE6DCFFE8DFFFE8E0FFE8E1FFE9E4FFEBE7FFECE8FFEDEAFFEFEDFFF0F0FFF3
  529.         F3FAD5A7F8E7D5909598C8D0D4C8D0D4E5CC87FFEFEFFFECE9FFEBE6FFE9E2FF
  530.         E8E1FFEAE2FFEBE5FFEBE6FFEBE5FFEBE4FFE9E1FFE8DFFFE8DEFFE8DFFFE9E1
  531.         FFEAE3FFEAE3FFEBE8FAD187F8E7D3909598C8D0D4C8D0D4D3C393FFDDD5FFD0
  532.         AFFFD1A9FFCFA2FFD3AFFFD8C5FFDBCEFFDDD1FFDDD1FFDCCDFFD8C3FFD1B2FF
  533.         CA90FFC683FFC787FFC787FFCCA2FFD8CAFACE85F8E7D3909598C8D0D4C8D0D4
  534.         CACABFFDD8C0FFA641FF9003FF9003FF9D30FFBB7FFFC8A9FFD1BCFFD1BEFFCE
  535.         B7FFC89FFFBB70FF9D30FF9003FF9003FF9003FFA23BFFCFB2FACE85F8E7D390
  536.         9598C8D0D4C8D0D4C8D0D2F0CD8FFFC190FFD7BAFFDAC5FFE0D4FFE5DDFFE7E3
  537.         FFE9E7FFEAE7FFE9E5FFE6E0FFE1D8FFDCCDFFD5B5FFCC98FFC683FFBE6CFFC3
  538.         94FACB78F8E7D3909598C8D0D4C8D0D4C8D0D4E1C578FFECEAFFFEFEFFFFFFFF
  539.         FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFFFCFCFFFAFAFFF8F8FFF6F5
  540.         FFF4F3FFF1EEFFE2DAFBCA73F8E8D792989BC8D0D4C8D0D4C8D0D4CCCEC4CAB6
  541.         9ACAB698D6CC9ED3BD88D6BF87D7C495E2D2A6E0CC96E3D0A3E6D5B7EFE0CAEF
  542.         E1CEF5E6D8F5E9DEF9EEE4FBEFE5FEE1C5FDC942F0EBE6B7BEC2C8D0D4C8D0D4
  543.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  544.         D4C8D0D4C8D0D4C7CFD3C7CFD3C7CFD3C9D0D1C5C9CAC5C6C4C5C6C3C6CDD1C8
  545.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  546.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  547.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  548.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  549.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  550.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  551.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  552.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  553.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  554.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  555.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  556.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  557.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  558.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  559.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  560.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4}
  561.       ParentShowHint = False
  562.       ShowHint = True
  563.       OnClick = btnUsunPozClick
  564.     end
  565.     object btnModyfikujPoz: TSpeedButton
  566.       Left = 344
  567.       Top = 141
  568.       Width = 30
  569.       Height = 25
  570.       Hint = 'Modyfikuj pozycj∩┐╜'
  571.       Anchors = [akLeft, akBottom]
  572.       Flat = True
  573.       Glyph.Data = {
  574.         F6060000424DF606000000000000360000002800000018000000180000000100
  575.         180000000000C0060000120B0000120B00000000000000000000C8D0D4C8D0D4
  576.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  577.         D4C8D0D4C8D0D4C8D0D4C8D0D4C7CFD3C6CED2C4CCD0BFC7CBB8BFC3AFB6B9BB
  578.         C3C7C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  579.         C8D0D4C7CFD3C6CED2C3CACEBCC4C8B3BABEA5ACAF93999C7D82847370687867
  580.         4B906C309A6E2A6B6F70C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C7CFD3C5CDD1C1
  581.         C9CDB9C1C4AEB5B9A0A6AA8C9194777A79736C5E7E68429D6E26C17A13DC8507
  582.         E88902E88700E48600E18300F39F1C7A6D55C8D0D4C8D0D4BEC5C9A9AFB3999F
  583.         A282878A74746F776952886737A9711FCB7C0EE18504E78501E58500E38500E1
  584.         8A01E19718E6A535ECB754F3CB76FADA8BEFBE59F3AE4783817AC8D0D4B4BBBE
  585.         99733CB97516D68008E98702E88800E78C00E7950FE9A32DECB752F2CC7BF8DF
  586.         A0FCF0BEFFF9CEFFFED7FFFED7FFFAD0FFF6C8FFF1BBFFF3BEF6C560FAD09395
  587.         9CA0C8D0D4C2944CF5AD31F3BB54F8CD77FCDE99FFECB5FFF7CCFFFCDBFFFEE0
  588.         FFFDE0FFFCDCFFFAD8FFF8D3FFF6CFFFF4CCFFF3C9FFF2C4FFEDB8FFE9A6FFED
  589.         B2E99B1F9A9996C1C9CDC8D0D4CAA25FFFE496FFE8A9FFE9B1FFEDBCFFEEC1FF
  590.         F1C6FFF2CDFFF4D1FFF5D2FFF6D5FFF6D5FFF6D5FFF5D6FFF5D1FFF2C8FFEDB9
  591.         FFE8A3FFECAFF7C564F1C88B9BA2A6C8D0D4C8D0D4C9CAC4E4A73EFFE299FFE2
  592.         9EFFE9B5FFEEC5FFF1CDFFF3D0FFF4D3FFF3D3FFF5D4FFF5D5FFF5D2FFF1C9FF
  593.         EEBBFFEAACFFE59EFFE499FFECB1EC9F24929392C1C9CDC8D0D4C8D0D4C8D0D4
  594.         CAB897F6C76DFFDC88FFDC8CFFE29CFFE8AEFFECBAFFEEC1FFEFC1FFEFC0FFED
  595.         BBFFECB3FFE9AAFFE7A0FFE59AFFE395FFE9A6F7C768EFCA919EA4A8C8D0D4C8
  596.         D0D4C8D0D4C8D0D4C8D0D3D0A35BFFDD90FFDA81FFD983FFDE8DFFDF93FFE398
  597.         FFE49BFFE39CFFE59BFFE499FFE398FFE295FFE293FFE292FFEAACEDA1289294
  598.         93C2C9CDC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8CECEDBA03FFFE095FFD87EFF
  599.         D982FFDC88FFDD8AFFDE8DFFE08FFFE091FFE091FFE090FFDF8FFFDF8DFFE49C
  600.         F8C565ECC893A4AAAEC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C9C5
  601.         B8ECB554FFDB86FFD67CFFD880FFDA84FFDB87FFDC88FFDC8AFFDD8AFFDD8AFF
  602.         DC89FFDD88FFE7A6EFA22A8C8E8FC3CBCFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  603.         C8D0D4C8D0D4C8D0D4CCB083FBD17EFFD67AFFD478FFD67DFFD87FFFD980FFD9
  604.         82FFDA85FFD982FFD981FFDE8DFAC566E3C391A9AFB3C8D0D4C8D0D4C8D0D4C8
  605.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8CFD2D4A04BFFDA8BFFD272FFD681
  606.         FFD98AFFD377FFD885FFDE96FFD67CFFD67BFFE29BF0A630878C8DC4CCD0C8D0
  607.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C9CAC6E4
  608.         A844FFD57CFFD57FFFE0A4FFD98BFFDE99FFE3AAFFD47BFFD67DFBC664D9BD92
  609.         ADB4B8C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  610.         D4C8D0D4C8D0D4CABCA0F4C063FFD072FFE6B5FFE0A3FFE2A7FFE7BBFFD377FF
  611.         DB8BF2A935868A8DC5CDD1C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  612.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4D0A763FFD075FFE7B9FFE8BBFFE5
  613.         B5FFEDCEFFD175FBC35ED3B98FB1B8BCC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  614.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8CECFDCA13F
  615.         FFE3A7FFF3DCFFEBC8FFF5E2FFD57EF2AA39878C8FC6CED2C8D0D4C8D0D4C8D0
  616.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  617.         D0D4C8D0D4C9C5B9EDB654FFFEF7FFF6E4FFFCF4FDC25ACBB590B4BBBEC8D0D4
  618.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  619.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4CCB185FCE4B9FFFFFFFFFEF0F3AC3987
  620.         8D90C6CED2C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  621.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8CFD2D5A14BFFFF
  622.         FFFFDC9EC1AB87B8C0C3C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  623.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
  624.         C8D0D4C9CAC4E7B25BE0A952A5ABAFC7CFD3C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  625.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  626.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8CFD2C4CCCFC8D0D4C8D0D4C8D0D4C8D0D4
  627.         C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0
  628.         D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8
  629.         D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4}
  630.       ParentShowHint = False
  631.       ShowHint = True
  632.       OnClick = btnModyfikujPozClick
  633.     end
  634.     object Label1: TLabel
  635.       Left = 152
  636.       Top = 210
  637.       Width = 71
  638.       Height = 13
  639.       Caption = 'Drukarka PDF:'
  640.     end
  641.     object Label11: TLabel
  642.       Left = 152
  643.       Top = 170
  644.       Width = 94
  645.       Height = 13
  646.       Caption = 'Domy∩┐╜lna drukarka:'
  647.     end
  648.     object Label12: TLabel
  649.       Left = 400
  650.       Top = 214
  651.       Width = 131
  652.       Height = 13
  653.       Caption = 'Archiwa (domy∩┐╜lny katalog):'
  654.     end
  655.     object RadioButton1: TRadioButton
  656.       Left = 240
  657.       Top = 30
  658.       Width = 97
  659.       Height = 17
  660.       Caption = 'normalnym'
  661.       Checked = True
  662.       Font.Charset = DEFAULT_CHARSET
  663.       Font.Color = clBlack
  664.       Font.Height = -11
  665.       Font.Name = 'MS Sans Serif'
  666.       Font.Style = []
  667.       ParentFont = False
  668.       TabOrder = 0
  669.       TabStop = True
  670.     end
  671.     object RadioButton2: TRadioButton
  672.       Left = 240
  673.       Top = 48
  674.       Width = 73
  675.       Height = 17
  676.       Caption = 'firmowym'
  677.       Font.Charset = DEFAULT_CHARSET
  678.       Font.Color = clBlack
  679.       Font.Height = -11
  680.       Font.Name = 'MS Sans Serif'
  681.       Font.Style = []
  682.       ParentFont = False
  683.       TabOrder = 1
  684.     end
  685.     object checkMagazyn: TCheckBox
  686.       Left = 392
  687.       Top = 8
  688.       Width = 121
  689.       Height = 17
  690.       Caption = 'wersja magazynowa'
  691.       Font.Charset = DEFAULT_CHARSET
  692.       Font.Color = clBlack
  693.       Font.Height = -11
  694.       Font.Name = 'MS Sans Serif'
  695.       Font.Style = []
  696.       ParentFont = False
  697.       TabOrder = 2
  698.       OnClick = checkMagazynClick
  699.     end
  700.     object checkMiejsc: TCheckBox
  701.       Left = 392
  702.       Top = 25
  703.       Width = 137
  704.       Height = 17
  705.       Caption = 'miejsce wystawienia'
  706.       Font.Charset = DEFAULT_CHARSET
  707.       Font.Color = clBlack
  708.       Font.Height = -11
  709.       Font.Name = 'MS Sans Serif'
  710.       Font.Style = []
  711.       ParentFont = False
  712.       TabOrder = 3
  713.     end
  714.     object checkLogo: TCheckBox
  715.       Left = 16
  716.       Top = 120
  717.       Width = 97
  718.       Height = 17
  719.       Caption = 'logo na wydruku'
  720.       Font.Charset = DEFAULT_CHARSET
  721.       Font.Color = clBlack
  722.       Font.Height = -11
  723.       Font.Name = 'MS Sans Serif'
  724.       Font.Style = []
  725.       ParentFont = False
  726.       TabOrder = 4
  727.     end
  728.     object checkSplash: TCheckBox
  729.       Left = 392
  730.       Top = 59
  731.       Width = 129
  732.       Height = 17
  733.       Caption = 'pomi∩┐╜ ekran powitalny'
  734.       Font.Charset = DEFAULT_CHARSET
  735.       Font.Color = clBlack
  736.       Font.Height = -11
  737.       Font.Name = 'MS Sans Serif'
  738.       Font.Style = []
  739.       ParentFont = False
  740.       TabOrder = 5
  741.     end
  742.     object kod: TEdit
  743.       Left = 536
  744.       Top = 12
  745.       Width = 17
  746.       Height = 21
  747.       TabOrder = 6
  748.       Visible = False
  749.     end
  750.     object CB_Wysylka: TComboBox
  751.       Left = 152
  752.       Top = 145
  753.       Width = 129
  754.       Height = 21
  755.       ItemHeight = 13
  756.       TabOrder = 7
  757.       OnChange = CB_WysylkaChange
  758.     end
  759.     object checkPieczec: TCheckBox
  760.       Left = 392
  761.       Top = 126
  762.       Width = 161
  763.       Height = 17
  764.       Caption = 'wy∩┐╜∩┐╜cz "piecz∩┐╜∩┐╜ wystawcy"'
  765.       Checked = True
  766.       State = cbChecked
  767.       TabOrder = 8
  768.     end
  769.     object checkPasswd: TCheckBox
  770.       Left = 392
  771.       Top = 144
  772.       Width = 137
  773.       Height = 17
  774.       Caption = 'zabezpieczenia has∩┐╜em'
  775.       TabOrder = 9
  776.       OnClick = checkPasswdClick
  777.     end
  778.     object CB_Waluta: TComboBox
  779.       Left = 536
  780.       Top = 37
  781.       Width = 25
  782.       Height = 21
  783.       ItemHeight = 13
  784.       TabOrder = 10
  785.       Visible = False
  786.       OnChange = CB_WalutaChange
  787.       Items.Strings = (
  788.         '∩┐╜'
  789.         '$'
  790.         'z∩┐╜')
  791.     end
  792.     object CB_Rozmiar: TComboBox
  793.       Left = 328
  794.       Top = 95
  795.       Width = 49
  796.       Height = 21
  797.       ItemHeight = 13
  798.       TabOrder = 11
  799.       Text = '8'
  800.       OnChange = CB_RozmiarChange
  801.       Items.Strings = (
  802.         '3'
  803.         '4'
  804.         '5'
  805.         '6'
  806.         '7'
  807.         '8'
  808.         '9'
  809.         '10'
  810.         '11'
  811.         '12'
  812.         '14')
  813.     end
  814.     object checkNumer: TCheckBox
  815.       Left = 392
  816.       Top = 76
  817.       Width = 153
  818.       Height = 17
  819.       Caption = 'podnie∩┐╜ numer strony'
  820.       TabOrder = 12
  821.     end
  822.     object checkBezRabatu: TCheckBox
  823.       Left = 392
  824.       Top = 110
  825.       Width = 137
  826.       Height = 17
  827.       Caption = 'nigdy nie drukuj rabat∩┐╜w'
  828.       TabOrder = 13
  829.     end
  830.     object CB_Precyzja: TComboBox
  831.       Left = 328
  832.       Top = 64
  833.       Width = 49
  834.       Height = 21
  835.       ItemHeight = 13
  836.       TabOrder = 14
  837.       Text = '2'
  838.       OnChange = CB_PrecyzjaChange
  839.       Items.Strings = (
  840.         '0'
  841.         '1'
  842.         '2'
  843.         '3'
  844.         '4')
  845.     end
  846.     object checkZapis: TCheckBox
  847.       Left = 392
  848.       Top = 42
  849.       Width = 161
  850.       Height = 17
  851.       Caption = 'ostrzegaj przed nadpisaniem'
  852.       Checked = True
  853.       State = cbChecked
  854.       TabOrder = 15
  855.       OnClick = checkZapisClick
  856.     end
  857.     object checkUwagiKontr: TCheckBox
  858.       Left = 392
  859.       Top = 160
  860.       Width = 163
  861.       Height = 17
  862.       Caption = 'uwagi kontrahenta na fakturze'
  863.       TabOrder = 16
  864.       OnClick = checkUwagiKontrClick
  865.     end
  866.     object checkSegregator: TCheckBox
  867.       Left = 392
  868.       Top = 93
  869.       Width = 129
  870.       Height = 17
  871.       Caption = 'faktury dla segregatora'
  872.       TabOrder = 17
  873.       OnClick = checkSegregatorClick
  874.     end
  875.     object ComboBox1: TComboBox
  876.       Left = 152
  877.       Top = 226
  878.       Width = 225
  879.       Height = 21
  880.       ItemHeight = 13
  881.       TabOrder = 18
  882.       Text = 'Wybierz drukarke PDF'
  883.     end
  884.     object ComboBox2: TComboBox
  885.       Left = 152
  886.       Top = 186
  887.       Width = 225
  888.       Height = 21
  889.       ItemHeight = 13
  890.       TabOrder = 19
  891.       Text = 'Wybierz domy∩┐╜ln∩┐╜ drukark∩┐╜'
  892.     end
  893.     object dmsciezka: TEdit
  894.       Left = 392
  895.       Top = 232
  896.       Width = 121
  897.       Height = 21
  898.       ParentShowHint = False
  899.       ReadOnly = True
  900.       ShowHint = True
  901.       TabOrder = 20
  902.     end
  903.     object Button1: TButton
  904.       Left = 520
  905.       Top = 232
  906.       Width = 33
  907.       Height = 21
  908.       Caption = 'ustaw'
  909.       Font.Charset = EASTEUROPE_CHARSET
  910.       Font.Color = clWindowText
  911.       Font.Height = -9
  912.       Font.Name = 'Tahoma'
  913.       Font.Style = []
  914.       ParentFont = False
  915.       TabOrder = 21
  916.       OnClick = Button1Click
  917.     end
  918.     object info_o_pl: TCheckBox
  919.       Left = 392
  920.       Top = 178
  921.       Width = 161
  922.       Height = 17
  923.       Caption = 'drukuj info. o term. p∩┐╜atno∩┐╜ci'
  924.       Enabled = False
  925.       TabOrder = 22
  926.     end
  927.     object ceny_br: TCheckBox
  928.       Left = 392
  929.       Top = 196
  930.       Width = 161
  931.       Height = 17
  932.       Caption = 'Ukryj info o cenach brutto'
  933.       TabOrder = 23
  934.     end
  935.   end
  936.   object btnZarejestruj: TPanel
  937.     Left = 64
  938.     Top = 294
  939.     Width = 121
  940.     Height = 25
  941.     BevelOuter = bvNone
  942.     Caption = 'zarejestruj'
  943.     Color = 8257541
  944.     Font.Charset = DEFAULT_CHARSET
  945.     Font.Color = clWhite
  946.     Font.Height = -11
  947.     Font.Name = 'MS Sans Serif'
  948.     Font.Style = [fsBold]
  949.     ParentFont = False
  950.     TabOrder = 5
  951.     Visible = False
  952.     OnClick = btnZarejestrujClick
  953.   end
  954.   object btnNapraw: TPanel
  955.     Left = 32
  956.     Top = 430
  957.     Width = 121
  958.     Height = 25
  959.     BevelOuter = bvNone
  960.     Caption = 'napraw bazy'
  961.     Color = 8257541
  962.     Font.Charset = DEFAULT_CHARSET
  963.     Font.Color = clWhite
  964.     Font.Height = -11
  965.     Font.Name = 'MS Sans Serif'
  966.     Font.Style = [fsBold]
  967.     ParentFont = False
  968.     TabOrder = 6
  969.     Visible = False
  970.     OnClick = btnNaprawClick
  971.   end
  972.   object btnHaslo: TPanel
  973.     Left = 119
  974.     Top = 326
  975.     Width = 121
  976.     Height = 25
  977.     BevelOuter = bvNone
  978.     Caption = 'ustaw has∩┐╜o'
  979.     Color = 8257541
  980.     Font.Charset = DEFAULT_CHARSET
  981.     Font.Color = clWhite
  982.     Font.Height = -11
  983.     Font.Name = 'MS Sans Serif'
  984.     Font.Style = [fsBold]
  985.     ParentFont = False
  986.     TabOrder = 7
  987.     Visible = False
  988.     OnClick = btnHasloClick
  989.   end
  990.   object btnUpgrade: TPanel
  991.     Left = 31
  992.     Top = 470
  993.     Width = 121
  994.     Height = 25
  995.     BevelOuter = bvNone
  996.     Caption = 'pobierz upgrade'
  997.     Color = clNavy
  998.     Font.Charset = DEFAULT_CHARSET
  999.     Font.Color = clWindow
  1000.     Font.Height = -11
  1001.     Font.Name = 'MS Sans Serif'
  1002.     Font.Style = [fsBold]
  1003.     ParentFont = False
  1004.     TabOrder = 8
  1005.     OnClick = btnUpgradeClick
  1006.   end
  1007.   object btnWczytajLogo: TPanel
  1008.     Left = 32
  1009.     Top = 386
  1010.     Width = 121
  1011.     Height = 25
  1012.     BevelOuter = bvNone
  1013.     Caption = 'wczytaj logo'
  1014.     Color = 8257541
  1015.     Font.Charset = DEFAULT_CHARSET
  1016.     Font.Color = clWhite
  1017.     Font.Height = -11
  1018.     Font.Name = 'MS Sans Serif'
  1019.     Font.Style = [fsBold]
  1020.     ParentFont = False
  1021.     TabOrder = 9
  1022.     OnClick = btnWczytajLogoClick
  1023.   end
  1024.   object OpenPictureDialog1: TOpenPictureDialog
  1025.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  1026.     Left = 53
  1027.     Top = 520
  1028.   end
  1029.   object PrinterSetupDialog: TPrinterSetupDialog
  1030.     Left = 24
  1031.     Top = 520
  1032.   end
  1033.   object Query1: TQuery
  1034.     Left = 208
  1035.     Top = 520
  1036.   end
  1037. end
  1038.